type github.com/jackc/pgx/v5/pgtype.wrapTimeScanPlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L633: 		return &wrapTimeScanPlan{}, (*timeWrapper)(target), true
		pgtype.go#L787: type wrapTimeScanPlan struct {
		pgtype.go#L791: func (plan *wrapTimeScanPlan) SetNext(next ScanPlan) { plan.next = next }
		pgtype.go#L793: func (plan *wrapTimeScanPlan) Scan(src []byte, dst any) error {